Northwoods.GoSilverlight 1.3.5 Assembly
GetFromLinksForNode Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : GetFromLinksForNode Method

nodedata
Return a sequence of link data that are connnected at a given node data, only going into the given node.

Syntax

Visual Basic (Declaration) 
Public Function GetFromLinksForNode( _
   ByVal nodedata As NodeType _
) As IEnumerable(Of LinkType)
C# 
public IEnumerable<LinkType> GetFromLinksForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

an IEnumerable

Remarks

This is used for model navigation and graph traversal.

Requirements

See Also

© 2012 All Rights Reserved.